LinuxQMISDK-Lite  SLQS04.00.27
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
MbimIndicator Struct Reference

Data Fields

struct MbimIndicatorpPrev
 
struct MbimIndicatorpNext
 
MBIM_INDICATION_CALLBACK pIndicationCallback
 
void * pIndicationCallbackContext
 

Detailed Description

This structure abstracts a MBIM indication callback. Users who wish to be notified of MBIM indications can register one of these objects with the MbimTransport object using MbimTransport_AttachIndicator/MbimTransport_DetachIndicator calls.

Parameters
pPrev
  • A link so that this object can be stored in a linked list by the transport layer. This points to the previous object or NULL if this is the first object in the list.
pNext
  • A link so that this object can be stored in a linked list by the transport layer. This points to the next object or NULL if this is the last object in the list.
pIndicationCallback
  • User callback for MBIM indication.
pIndicationCallbackContext
  • User context for user callback.

Field Documentation

MBIM_INDICATION_CALLBACK MbimIndicator::pIndicationCallback
void* MbimIndicator::pIndicationCallbackContext
struct MbimIndicator* MbimIndicator::pNext
struct MbimIndicator* MbimIndicator::pPrev

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved